home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.20041116-20060924
/
000357_JDanSkinner@JDanSkinner.com_Wed May 17 10:31:22 2006.msg
< prev
next >
Wrap
Internet Message Format
|
2020-01-01
|
2KB
Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!newsfeed.gamma.ru!Gamma.RU!postnews.google.com!j33g2000cwa.googlegroups.com!not-for-mail
From: JDanSkinner@JDanSkinner.com
Newsgroups: comp.protocols.kermit.misc
Subject: Re: anyway to set time?
Date: 17 May 2006 06:06:49 -0700
Organization: http://groups.google.com
Lines: 23
Message-ID: <1147871209.277803.78330@j33g2000cwa.googlegroups.com>
References: <FoAag.8717$A26.221054@ursa-nb00s0.nbnet.nb.ca>
NNTP-Posting-Host: 24.159.192.106
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1147871214 24920 127.0.0.1 (17 May 2006 13:06:54 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Wed, 17 May 2006 13:06:54 +0000 (UTC)
In-Reply-To: <FoAag.8717$A26.221054@ursa-nb00s0.nbnet.nb.ca>
User-Agent: G2/0.2
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7,gzip(gfe),gzip(gfe)
Complaints-To: groups-abuse@google.com
Injection-Info: j33g2000cwa.googlegroups.com; posting-host=24.159.192.106;
posting-account=5JPUcQwAAAB6TGKSwwkRxsWxWFx0QQ_3
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15614
Scott Caissie wrote:
> I have here an odd project that I don't think is possible, but I'm going to
> ask anyway.
>
> With the K95 2.1.3 commands, is there a way to set a date rather than rely
> on the computer's time? Theres slightly over a dozen functions, variables
> and basic commands used to display the date in a multitude of ways. But can
> you set it inside K95? I'm looking to trick K95 into thinking it was the day
> before.
>
> Local users can't change the computer's date. Access restricted and thats
> not going to change. I really don't want the users doing that anyway every
> single day.
I suggest you try the date command,
first look at K95>help date.
It would seem thet the command K95>date -1 day
gets pretty close to what you want.
I'm assuming you want to integrate this into some kind
of script?
Regards...Dan.